{% extends "trees/base.html" %} {% block title %}{{ tree.tag_code }} - JM3{% endblock %} {% block extra_head %} {% endblock %} {% block content %}

{{ tree.display_name }}

๐ŸŒณ {{ tree.species.common_name }}{% if tree.location_alias %} ยท ๐Ÿ“ {{ tree.location_alias }}{% endif %}

ID: {{ tree.tag_code }}

{{ tree.get_verification_status_display }}
{% if tree.verification_notes %}
โš ๏ธ Verification flag: {{ tree.verification_notes }}
{% endif %}
{% if tree.photo %} Tree photo {% else %}
No photo — status Pending
{% endif %}

Activity Timeline

{% endblock %} {% block extra_js %} {% endblock %}